home *** CD-ROM | disk | FTP | other *** search
- -- card: 3015 from stack: in
- -- bmap block id: 7577
- -- flags: 0000
- -- background id: 2592
- -- name:
- ----- HyperTalk script -----
- on openStack
- global switch
- global count
- put 50 into count
- put 0 into switch
- hide menubar
- show button "About"
- end openStack
- on idle
- global count
- global switch
- if switch is 1 then
- if count is not 50 then go next
- end if
- end idle
-
-
-
-
- -- part 4 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=268 top=54 right=189 bottom=432
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseUp
- hide card field "Message"
- show button "About"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=27 top=34 right=66 bottom=86
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Start
- ----- HyperTalk script -----
- on mouseUp
- global count
- global switch
- put 1 into switch
- put 50 into count
- hide button "About"
- hide card field "Message"
- play "Harpsichord" tempo 150 g4 a b d5 d e d b4 g a b b a g aq
- play "Silence" tempo 150 c c
- play "Harpsichord" tempo 150 g a b d5 d e d b4 g a b b a a gq
- play "Silence" tempo 150 c c
- play "Harpsichord" tempo 150 c5 c c e e e e d d b4 g aq
- play "Silence" tempo 150 c c
- play "Harpsichord" tempo 150 g4 a b d5 d e d b4 g a b b a a g4q
- go next
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=408 top=52 right=82 bottom=473
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- global switch
- put 2 into switch
- visual effect dissolve
- go next
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=264 top=97 right=136 bottom=305
- -- title width / last selected line: 0
- -- icon id / first selected line: 14767 / 14767
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About
- ----- HyperTalk script -----
- on mouseUp
- hide button "About"
- show card field "Message"
- end mouseUp
-
-
-
- -- part contents for card part 4
- ----- text -----
-
- " Funy day " v1.0
-
- Please click a cloud !
-
- © Kunihito. Koike
- 12/6/1987